diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-03 17:03:45 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-03 17:03:45 +0700 |
| commit | cd01ba82733062db99075ad7690bdb52fb85745a (patch) | |
| tree | df86ed690452945463abc77263ac058d5b7f9823 /src/pages/my/invoice/[id].js | |
| parent | 87af032177192ed1d5d7c68cab911ed102e647bc (diff) | |
no message
Diffstat (limited to 'src/pages/my/invoice/[id].js')
| -rw-r--r-- | src/pages/my/invoice/[id].js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pages/my/invoice/[id].js b/src/pages/my/invoice/[id].js index 05247210..10f625a9 100644 --- a/src/pages/my/invoice/[id].js +++ b/src/pages/my/invoice/[id].js @@ -93,7 +93,7 @@ export default function DetailInvoice() { <p className="text-gray_r-11 leading-none">Faktur Pembelian</p> <button type="button" - className="btn-solid-red py-1 px-2 ml-auto" + className="btn-light py-1.5 px-3 ml-auto" onClick={downloadInvoice} > Download @@ -103,7 +103,7 @@ export default function DetailInvoice() { <p className="text-gray_r-11 leading-none">Faktur Pajak</p> <button type="button" - className="btn-solid-red py-1 px-2 ml-auto" + className="btn-light py-1.5 px-3 ml-auto" onClick={downloadTaxInvoice} disabled={invoice.efaktur ? false : true} > @@ -131,6 +131,7 @@ export default function DetailInvoice() { <VariantCard key={index} data={product} + buyMore /> )) } <div className="flex justify-between mt-3 font-medium"> |
